home *** CD-ROM | disk | FTP | other *** search
- on startRollover whichSprite
- global gWhichAge
- if gWhichAge <> "U30" then
- hStartRolloverAction(whichSprite)
- end if
- end
-
- on mouseDown
- global gWhichAge
- if gWhichAge <> "U30" then
- if hButtonAction02() then
- mouseUp()
- end if
- end if
- end
-
- on mouseUp
- global gWhichAge, gWhichGender, gWhichYear, gTextSpriteNum, gWhichOldAgeSprite
- if gWhichAge <> "U30" then
- cursor(4)
- hDefaultScrollText()
- set gWhichAge to "U30"
- set tWhichText to the number of member (gWhichGender && gWhichAge && gWhichYear && "text") of castLib the castLibNum of sprite gTextSpriteNum
- set the memberNum of sprite gTextSpriteNum to member tWhichText
- puppetSprite(gWhichOldAgeSprite, 0)
- set gWhichOldAgeSprite to the clickOn
- updateStage()
- hFingerPointingCursor()
- end if
- end
-
- on endRollover whichSprite
- global gWhichAge
- if gWhichAge <> "U30" then
- hEndRolloverAction(whichSprite)
- end if
- end
-